home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue68 / Property / Listing1.pas next >
Encoding:
Pascal/Delphi Source File  |  2001-03-06  |  103 b   |  5 lines

  1. procedure TForm1.Button1Click (Sender: TObject);
  2. begin
  3.   MainForm.Position := poScreenCenter;
  4. end;
  5.